math/big.nat.div (method)
26 uses
math/big (current package)
float.go#L1369: z.mant, r = z.mant.div(nil, xadj, y.mant)
int.go#L268: z.abs, _ = z.abs.div(nil, x.abs, y.abs)
int.go#L277: _, z.abs = nat(nil).div(z.abs, x.abs, y.abs)
int.go#L294: z.abs, r.abs = z.abs.div(r.abs, x.abs, y.abs)
nat.go#L1031: zz, r = zz.div(r, z, m)
nat.go#L1051: zz, r = zz.div(r, z, m)
nat.go#L1218: _, x = nat(nil).div(nil, x, m)
nat.go#L1241: _, RR = nat(nil).div(RR, zz, m)
nat.go#L1296: _, zz = nat(nil).div(nil, zz, m)
nat.go#L1383: z2, _ = z2.div(nil, x, z1)
natconv.go#L389: q, r = q.div(r, q, table[index].bbb)
natdiv.go#L510: q, r := qp.div(z, u, v)
natdiv.go#L518: func (z nat) div(z2, u, v nat) (q, r nat) {
prime.go#L112: quotient, y = quotient.div(y, y, n)
prime.go#L260: t2, vk = t2.div(vk, t1, n)
prime.go#L264: t2, vk1 = t2.div(vk1, t1, n)
prime.go#L271: t2, vk1 = t2.div(vk1, t1, n)
prime.go#L275: t2, vk = t2.div(vk, t1, n)
prime.go#L297: t2, t3 = t2.div(t3, t1, n)
prime.go#L317: t2, vk = t2.div(vk, t1, n)
rat.go#L124: q, r := q.div(a2, a2, b2) // (recycle a2)
rat.go#L222: q, r := q.div(a2, a2, b2) // (recycle a2)
rat.go#L445: z.a.abs, _ = z.a.abs.div(nil, z.a.abs, f.abs)
rat.go#L446: z.b.abs, _ = z.b.abs.div(nil, z.b.abs, f.abs)
ratconv.go#L345: q, r := nat(nil).div(nat(nil), x.a.abs, x.b.abs)
ratconv.go#L353: r, r2 := r.div(nat(nil), r, x.b.abs)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |